home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK2.toast / Development Kits (Disc 2) / ScriptX / ScriptX Platforms / PPC / Loadable / mcicmd / powermac / group next >
Encoding:
Text File  |  1996-05-21  |  352 b   |  9 lines  |  [TEXT/MPS ]

  1. mcicmd                    # name of loadableunit
  2. mcicmd.lib            # File to Load (*.obj on windows maybe? - ask Clayton!)
  3. entryPoint            # Name of entrypoint/exitpoint functions(), when loaded
  4. 0                                # System version, use 0
  5. 1                                # Unit version, use 1
  6. LoaderTypeLinkable        # Linkable means it stays around
  7. true                        # On load list flag - if true loaded during process
  8.  
  9.